Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.jface.text.source.LineNumberRulerColumn

Packages that use LineNumberRulerColumn
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of LineNumberRulerColumn in org.eclipse.jface.text.source
 

Subclasses of LineNumberRulerColumn in org.eclipse.jface.text.source
 class LineNumberChangeRulerColumn
          A vertical ruler column displaying line numbers and serving as a UI for quick diff.
 

Uses of LineNumberRulerColumn in org.eclipse.ui.texteditor
 

Fields in org.eclipse.ui.texteditor declared as LineNumberRulerColumn
protected  LineNumberRulerColumn ExtendedTextEditor.fLineNumberRulerColumn
          The line number column.
 

Methods in org.eclipse.ui.texteditor with parameters of type LineNumberRulerColumn
protected  void ExtendedTextEditor.initializeLineNumberRulerColumn(LineNumberRulerColumn rulerColumn)
          Initializes the given line number ruler column from the preference store.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.